home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / grafix / raytracing / raylab / source / platform / readme < prev    next >
Text File  |  1996-01-06  |  734b  |  15 lines

  1. All machine specific code is located in the source/platform directory. Each
  2. platform has its own subdirectory, in which these files are stored (at the very
  3. least):
  4.  
  5. Note: (platform) means the name of the plaform, e.g. amiga.
  6.  
  7.   (platform).c        -  Code that is specific for the platform, currently this
  8.                          means routines for displaying graphics. This file
  9.                          should be copied to the source directory if you want
  10.                          to compile RayLab for the platform in question.
  11.  
  12.   makefile            -  (or some variation of makefile, e.g. smakefile) This
  13.                          file should also be copied to the source directory be-
  14.                          fore compilation.
  15.